home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tools / dfue / led_131 / driver / make_prn.eng < prev    next >
Encoding:
Text File  |  1995-11-25  |  1.2 KB  |  39 lines

  1. MAKE_PRN     PrinterDriver Compiler for the LED    (c) St.Slabihoud 1995
  2. ========================================================================
  3.  
  4. This program compiles *.PN files to LED.PRN. To start it type:
  5.  
  6.   MAKE_PRN <driver.pn>      e.g. MAKE_PRN default.pn
  7.  
  8. This will create a file called LED.PRN. This file must be put in the
  9. LED configuration folder. Is this file is missing LED does not convert
  10. any character.
  11.  
  12. If someone has written a driver for a special printer, please send me the 
  13. source. I want to put it into the LED package.
  14.  
  15.  
  16. Format of *.pn files:
  17. ---------------------
  18. ;
  19. ; Source of Default-PrinterDriver for LED 1.28  (c) St.Slabihoud
  20. ;
  21. ; Converts:      To:
  22. ;  arrow up       '^'
  23. ;  arrow left     '<'
  24. ;  arrow right    '>'
  25. ;
  26. ; Each entry has follwing format:
  27. ;  <original character>, <char1> [, <char2> [...]]
  28. ;
  29. ; Up to eleven "chars" are allowed (maximum number of entries per
  30. ; line is twelve). This is enough for all convertions. You can
  31. ; enter values in decimal, in octal (0...) or in hex (0x...).
  32. ;
  33. 0x01, 0x5e
  34. 0x03, 0x3e
  35. 0x04, 0x3c
  36.  
  37. The 16th to 23rd entry is reserved for defining printer control codes for 
  38. underline/bold/cursive/inverse on/off.
  39.